isSimple

abstract fun isSimple(): Boolean(source)

Checks if the polygon is simple (non-self-intersecting).

A simple polygon does not intersect itself.

Return

True if the polygon is simple, false otherwise.